home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 19
/
Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso
/
Aminet
/
game
/
patch
/
td2hd.lha
/
TestDriveII
/
TD2
< prev
next >
Wrap
Text File
|
1997-01-28
|
467b
|
20 lines
; creates assigns needed or convenient for the game
assign tdboot: ""
assign sc1: tdboot:scen1
assign sc2: tdboot:scen2
assign f0: tdboot:cars1
assign f1: tdboot:cars2
run nofastmem ; disable fast memory during game
wait 1 ; waits for completion of the command
DuelHD ; run the patch
run nofastmem ; enable fast memory again
; removes the assigns
assign tdboot: dismount
assign f0: dismount
assign f1: dismount
assign sc1: dismount
assign sc2: dismount